| ... | ... | |
|---|
| 61 | 61 | > db.createUser({ user: "test01", pwd: "mypassword", roles: [ "readWrite" ]}) //test01 계정으로 mypassword 비밀번호로 readWrite 권한으로 계정 생성 |
|---|
| 62 | 62 | === Meilisearch === |
|---|
| 63 | 63 | * [[https://www.meilisearch.com/docs/learn/self_hosted/getting_started_with_self_hosted_meilisearch|설치하기]] |
|---|
| 64 | | * [[https://www.meilisearch.com/docs/guides/deployment/running_production|systemctl에 추가해서 실행 편하게 하기]] |
|---|
| 64 | * [[https://www.meilisearch.com/docs/guides/running_production#4-2-enable-and-start-service|systemctl에 추가해서 실행 편하게 하기]] |
|---|
| 65 | 65 | |
|---|
| 66 | 66 | === 엔진 설치 === |
|---|
| 67 | 67 | > git clone https://github.com/wjdgustn/thetree --recurse-submodules //엔진 git으로 불러오기 |
|---|
| ... | ... | |
|---|